home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / WORDPRO / ivmacro / SETUP.EXE / 0 / RCDATA / TFRMBACKGROUND / TFRMBACKGROUND.txt
Text File  |  1997-06-12  |  966b  |  46 lines

  1. object frmBackground: TfrmBackground
  2.   Left = 290
  3.   Top = 0
  4.   Width = 454
  5.   Height = 300
  6.   Caption = 'Setup'
  7.   Color = clBlue
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 313
  23.     Height = 41
  24.     Caption = 'InVircible 7.01 Setup'
  25.     Font.Color = clBlack
  26.     Font.Height = -35
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = [fsBold, fsItalic]
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 10
  34.     Top = 10
  35.     Width = 313
  36.     Height = 41
  37.     Caption = 'InVircible 7.01 Setup'
  38.     Font.Color = clWhite
  39.     Font.Height = -35
  40.     Font.Name = 'Times New Roman'
  41.     Font.Style = [fsBold, fsItalic]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45. end
  46.